@wb-tech/ui-react
Version:
WildBerries react ui-kit
24 lines (18 loc) • 616 B
TypeScript
interface Stylesheet {
'input-text': string
'input-text__description': string
'input-text__error': string
'input-text__field': string
'input-text__field_after': string
'input-text__field_before': string
'input-text__field_before-and-after': string
'input-text__field_disabled': string
'input-text__field_is-error': string
'input-text__field_read-only': string
'input-text__input': string
'input-text__label': string
'input-text__label_disabled': string
'input-text__label_required': string
}
declare const stylesheet: Stylesheet
export default stylesheet