@vitus-labs/rocketstyle
Version:
Rocketstyle is ultra powerful and extensible styling system for building React components blazingly fast, easily and make them easily extensible and reusable.
12 lines • 373 B
TypeScript
declare const DEFAULT_DIMENSIONS: {
readonly states: "state";
readonly sizes: "size";
readonly variants: "variant";
readonly multiple: {
readonly propName: "multiple";
readonly multi: true;
};
};
export type DefaultDimensions = typeof DEFAULT_DIMENSIONS;
export default DEFAULT_DIMENSIONS;
//# sourceMappingURL=defaultDimensions.d.ts.map