@reusable-ui/button
Version:
A button component for initiating an action.
26 lines (25 loc) • 4.55 kB
TypeScript
export declare const buttons: import("@cssfn/css-config").Refs<{
gapInline: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlock: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
whiteSpace: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.WhiteSpace> | null | undefined;
ghostOpacity: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Opacity> | null | undefined;
ghostOpacityArrive: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Opacity> | null | undefined;
}>, buttonValues: import("@cssfn/css-config").Vals<{
gapInline: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlock: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
whiteSpace: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.WhiteSpace> | null | undefined;
ghostOpacity: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Opacity> | null | undefined;
ghostOpacityArrive: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Opacity> | null | undefined;
}>, cssButtonConfig: import("@cssfn/css-config").LiveCssConfigOptions;