@shopify/polaris
Version:
Shopify’s admin product component library
12 lines (10 loc) • 350 B
JavaScript
var styles = {
"hidden": "Polaris-Labelled--hidden",
"LabelWrapper": "Polaris-Labelled__LabelWrapper",
"disabled": "Polaris-Labelled--disabled",
"HelpText": "Polaris-Labelled__HelpText",
"readOnly": "Polaris-Labelled--readOnly",
"Error": "Polaris-Labelled__Error",
"Action": "Polaris-Labelled__Action"
};
export { styles as default };