Appearance
Home > @plaidev/karte-action-sdk > flexComponentSchemes
flexComponentSchemes variable
Signature:
typescript
flexComponentSchemes: {
readonly FlexAvatar: FlexComponentSchema<AvatarProps>;
readonly FlexButton: FlexComponentSchema<ButtonProps>;
readonly FlexClipCopy: FlexComponentSchema<ClipboardProps>;
readonly FlexCloseButton: FlexComponentSchema<CloseButtonProps>;
readonly FlexCountDown: FlexComponentSchema<CountDownProps>;
readonly FlexIcon: FlexComponentSchema<IconProps>;
readonly FlexImage: FlexComponentSchema<ImageProps>;
readonly FlexLayout: FlexComponentSchema<LayerLayoutProps>;
readonly FlexList: FlexComponentSchema<ListProps>;
readonly FlexListItem: FlexComponentSchema<ListItemProps>;
readonly FlexText: FlexComponentSchema<LayerTextProps>;
}