@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines (8 loc) • 345 B
TypeScript
import type { PinInputFactory, PinInputProps, PinInputStylesNames } from './PinInput';
export { PinInput } from './PinInput';
export type { PinInputProps, PinInputStylesNames, PinInputFactory };
export declare namespace PinInput {
type Props = PinInputProps;
type StylesNames = PinInputStylesNames;
type Factory = PinInputFactory;
}