@naturacosmeticos/natds-react-typography
Version:
Typography component for React web by Natura Design System
67 lines (66 loc) • 1.21 kB
TypeScript
export declare const argTypes: {
children: {
control: {
type: string;
};
defaultValue: string;
name: string;
type: {
required: boolean;
};
};
classes: {
control: {
type: string;
};
defaultValue: string;
name: string;
type: {
required: boolean;
};
};
color: {
name: string;
type: {
required: boolean;
};
};
noWrap: {
control: {
type: string;
};
defaultValue: boolean;
name: string;
};
gutterBottom: {
control: {
type: string;
};
defaultValue: boolean;
description: string;
name: string;
};
paragraph: {
control: {
type: string;
};
defaultValue: boolean;
};
variant: {
defaultValue: string;
};
align: {
defaultValue: string;
};
component: {
control: {
type: string;
};
};
variantMapping: {
control: {
type: string;
};
};
};
export default argTypes;