@reusable-ui/button-icon
Version:
A button component with a nice icon.
76 lines (75 loc) • 15.5 kB
TypeScript
export declare const buttonIcons: 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;
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;
fontSize: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
borderRadiusXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | 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;
borderRadiusXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInlineXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | 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;
paddingInlineXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockXs: 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;
gapInlineXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<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;
fontSizeXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
}>, buttonIconValues: 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;
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;
fontSize: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
borderRadiusXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | 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;
borderRadiusXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BorderRadius<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingInlineXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | 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;
paddingInlineXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingInline<import("@cssfn/css-types").CssLength>> | null | undefined;
paddingBlockXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.PaddingBlock<import("@cssfn/css-types").CssLength>> | null | undefined;
gapInlineXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockXs: 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;
gapInlineXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.ColumnGap<import("@cssfn/css-types").CssLength>> | null | undefined;
gapBlockXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.RowGap<import("@cssfn/css-types").CssLength>> | null | undefined;
fontSizeXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<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;
fontSizeXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined;
}>, cssButtonIconConfig: import("@cssfn/css-config").LiveCssConfigOptions;