@carbon/ibm-products
Version:
Carbon for IBM Products
19 lines • 458 B
TypeScript
export function SlugSample(props: any): React.JSX.Element;
export function slugArgTypes({ _default, withHollow }?: {
_default?: number;
withHollow?: boolean;
}): {
slug: {
control: {
type: string;
labels: {
0: string;
1: string;
};
default: number;
};
options: number[];
};
};
import React from 'react';
//# sourceMappingURL=slug.d.ts.map