export type { RestPlaceholderDefinition, BaseInputAsInputProps, BaseInputAsTextareaProps, BaseInputProps, BaseInputStyle, } from './types'; export { BaseInput } from './base-input';