UNPKG

@aesthetic/system

Version:

Web based building blocks for the Aesthetic design system.

15 lines 718 B
import { Rule } from '@aesthetic/types'; import { MixinTemplate, MixinType, Utilities } from './types'; export declare function hideOffscreen(): Rule; export declare function hideVisually(): Rule; export declare function resetButton(): Rule; export declare function resetInput(): Rule; export declare function resetList(): Rule; export declare function resetMedia(): Rule; export declare function resetTypography(): Rule; export declare function root(css: Utilities<Rule>): Rule; export declare function textBreak(): Rule; export declare function textTruncate(): Rule; export declare function textWrap(): Rule; export declare const MIXIN_MAP: Record<MixinType, MixinTemplate<any>>; //# sourceMappingURL=mixins.d.ts.map