export type { AsProps } from './AsProps'; export type { InputHTMLAttributes } from './InputHTMLAttributes'; export type { TextareaHTMLAttributes } from './TextareaHTMLAttributes'; export type { ThemeProps } from './ThemeProps'; export type { PickOptional } from './PickOptional'; export type { ShiftProps } from './ShiftProps'; export type { SnapType, SnapAlign } from './ScrollSnap'; export type { TextareaResize } from './TextareaResize'; //# sourceMappingURL=index.d.ts.map