@react-md/form
Version:
This package is for creating all the different form input types.
154 lines (153 loc) • 6.21 kB
TypeScript
declare const _default: {
"rmd-form-error-color": string;
"rmd-form-error-hover-color": string;
"rmd-form-active-color": string;
"rmd-form-disabled-color": string;
"rmd-form-placeholder-color": string;
"rmd-form-theme-values": {
"error-color": string;
"error-hover-color": string;
"active-color": string;
"disabled-color": string;
"toggle-inset": string;
"toggle-dense-inset": string;
"indeterminate-height": string;
"indeterminate-dense-height": string;
"track-background-color": string;
"floating-top": string;
"floating-dense-top": string;
"addon-top": string;
"addon-margin-top": string;
"label-left-offset": string;
"label-top-offset": string;
"label-active-padding": string;
"label-active-background-color": string;
"listbox-background-color": string;
"text-padding-left": string;
"text-padding-right": string;
"text-padding-top": string;
"text-offset": string;
"text-active-color": string;
"text-border-color": string;
"text-border-hover-color": string;
"text-filled-color": string;
"text-height": string;
"text-label-height": string;
"text-label-dense-height": string;
"text-placeholder-height": string;
"text-placeholder-dense-height": string;
"textarea-padding": string;
};
"rmd-label-font-size": string;
"rmd-label-floating-font-size": string;
"rmd-label-floating-padding": string;
"rmd-label-floating-top": string;
"rmd-label-floating-dense-top": string;
"rmd-label-padding": string;
"rmd-select-native-multiple-padding": string;
"rmd-select-native-addon-top": string;
"rmd-listbox-elevation": number;
"rmd-listbox-light-background-color": string;
"rmd-listbox-dark-elevation-background-color": string;
"rmd-listbox-dark-background-color": string;
"rmd-listbox-background-color": string;
"rmd-listbox-z-index": number;
"rmd-option-focused-styles": {
"box-shadow": string;
};
"rmd-option-selected-styles": {
"background-color": string;
color: string;
};
"rmd-option-selected-offset": string;
"rmd-option-selected-content": string;
"rmd-option-horizontal-padding": string;
"rmd-slider-include-vertical": boolean;
"rmd-slider-size": string;
"rmd-slider-vertical-size": string;
"rmd-slider-active-track-size": string;
"rmd-slider-active-track-color": string;
"rmd-slider-active-track-opacity": null;
"rmd-slider-inactive-track-size": string;
"rmd-slider-inactive-track-color": string;
"rmd-slider-disabled-track-color": string;
"rmd-slider-disabled-thumb-color": string;
"rmd-slider-inactive-track-opacity": number;
"rmd-slider-inactive-track-z-index": number;
"rmd-slider-active-track-z-index": number;
"rmd-slider-thumb-size": string;
"rmd-slider-thumb-radius": string;
"rmd-slider-thumb-z-index": number;
"rmd-slider-thumb-bubble-opacity": number;
"rmd-slider-thumb-focus-scale": number;
"rmd-slider-thumb-active-scale": number;
"rmd-slider-thumb-disabled-scale": number;
"rmd-slider-thumb-disabled-mask-scale": number;
"rmd-slider-thumb-value-caret-size": string;
"rmd-slider-thumb-value-offset": string;
"rmd-slider-container-padding": string;
"rmd-slider-container-addon-spacing": string;
"rmd-slider-theme-values": {
size: string;
"vertical-size": string;
"active-size": string;
"inactive-size": string;
color: string;
"active-color": null;
"inactive-color": null;
"thumb-size": string;
};
"rmd-text-field-active-color": string;
"rmd-text-field-light-border-color": string;
"rmd-text-field-dark-border-color": string;
"rmd-text-field-border-color": string;
"rmd-text-field-light-border-hover-color": string;
"rmd-text-field-dark-border-hover-color": string;
"rmd-text-field-border-hover-color": string;
"rmd-text-field-border-radius": string;
"rmd-text-field-border-width": string;
"rmd-text-field-border-width-active": string;
"rmd-text-field-label-height": string;
"rmd-text-field-label-dense-height": string;
"rmd-text-field-height": string;
"rmd-text-field-dense-height": string;
"rmd-text-field-outline-padding": string;
"rmd-text-field-underline-label-padding-top": string;
"rmd-text-field-underline-label-left-offset": string;
"rmd-text-field-underline-dense-padding-top": string;
"rmd-text-field-underline-padding": null;
"rmd-text-field-filled-padding": string;
"rmd-text-field-filled-light-background-color": string;
"rmd-text-field-filled-dark-background-color": string;
"rmd-text-field-filled-background-color": string;
"rmd-text-field-filled-border-radius": string;
"rmd-text-field-addon-margin": string;
"rmd-textarea-vertical-padding": string;
"rmd-textarea-addon-top": string;
"rmd-form-message-min-height": string;
"rmd-form-message-margin-top": string;
"rmd-form-message-margin-bottom": string;
"rmd-form-message-counter-spacing": string;
"rmd-form-message-font-size": string;
"rmd-toggle-border-radius": string;
"rmd-toggle-inset": string;
"rmd-toggle-dense-inset": string;
"rmd-toggle-inactive-color": string;
"rmd-toggle-active-color": string;
"rmd-checkbox-indeterminate-height": string;
"rmd-checkbox-indeterminate-dense-height": string;
"rmd-switch-track-height": string;
"rmd-switch-track-width": string;
"rmd-switch-track-background-color": string;
"rmd-switch-track-border-radius": string;
"rmd-switch-ball-size": string;
"rmd-switch-ball-border-radius": string;
"rmd-switch-ball-offset": string;
"rmd-switch-container-vertical-padding": string;
"rmd-switch-container-horizontal-padding": string;
"rmd-switch-ball-disabled-color": string;
"rmd-switch-progress-width": number;
"rmd-switch-progress-background-color": string;
"rmd-switch-progress-padding": string;
};
export default _default;