@mui/core
Version:
Unstyled React components with which to implement custom design systems.
7 lines (6 loc) • 326 B
TypeScript
export { default } from './InputUnstyled';
export type { default as InputUnstyledProps } from './InputUnstyledProps';
export * from './InputUnstyledProps';
export { default as useInput } from './useInput';
export { default as inputUnstyledClasses } from './inputUnstyledClasses';
export * from './inputUnstyledClasses';