@reusable-ui/basic
Version:
A styled basic building block of Reusable-UI components.
68 lines (67 loc) • 13.1 kB
TypeScript
export declare const basics: import("@cssfn/css-config").Refs<{
borderRadius: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInline: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlock: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSize: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
transition: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transition<import("@cssfn/css-types").CssDuration>> | null | undefined;
backg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Background<import("@cssfn/css-types").CssLength>> | null | undefined;
altBackg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Background<import("@cssfn/css-types").CssLength>> | null | undefined;
backgGrad: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BackgroundImage> | null | undefined;
foreg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Color> | null | undefined;
altForeg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Color> | null | undefined;
borderStyle: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderStyle> | null | undefined;
borderWidth: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderWidth<import("@cssfn/css-types").CssLength>> | null | undefined;
borderColor: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderColor> | null | undefined;
borderRadiusSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
borderRadiusMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
borderRadiusLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
ring: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Color> | null | undefined;
defaultAnimationDuration: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.AnimationDuration<import("@cssfn/css-types").CssDuration>> | null | undefined;
paddingInlineSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInlineMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInlineLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
fontFamily: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontFamily> | null | undefined;
fontWeight: import("@cssfn/css-types").CssComplexSingleValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontWeight> | null | undefined;
fontStyle: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontStyle> | null | undefined;
textDecoration: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.TextDecoration<import("@cssfn/css-types").CssLength>> | null | undefined;
lineHeight: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.LineHeight<import("@cssfn/css-types").CssLength>> | null | undefined;
}>, basicValues: import("@cssfn/css-config").Vals<{
borderRadius: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInline: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlock: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSize: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
transition: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transition<import("@cssfn/css-types").CssDuration>> | null | undefined;
backg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Background<import("@cssfn/css-types").CssLength>> | null | undefined;
altBackg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Background<import("@cssfn/css-types").CssLength>> | null | undefined;
backgGrad: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BackgroundImage> | null | undefined;
foreg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Color> | null | undefined;
altForeg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Color> | null | undefined;
borderStyle: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderStyle> | null | undefined;
borderWidth: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderWidth<import("@cssfn/css-types").CssLength>> | null | undefined;
borderColor: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderColor> | null | undefined;
borderRadiusSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
borderRadiusMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
borderRadiusLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
ring: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Color> | null | undefined;
defaultAnimationDuration: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.AnimationDuration<import("@cssfn/css-types").CssDuration>> | null | undefined;
paddingInlineSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInlineMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInlineLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
fontFamily: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontFamily> | null | undefined;
fontWeight: import("@cssfn/css-types").CssComplexSingleValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontWeight> | null | undefined;
fontStyle: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontStyle> | null | undefined;
textDecoration: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.TextDecoration<import("@cssfn/css-types").CssLength>> | null | undefined;
lineHeight: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.LineHeight<import("@cssfn/css-types").CssLength>> | null | undefined;
}>, cssBasicConfig: import("@cssfn/css-config").LiveCssConfigOptions;