1 line
No EOL
78 B
TypeScript
1 line
No EOL
78 B
TypeScript
export default function useThemeWithoutDefault<T = null>(defaultTheme?: T): T; |