box-ui-elements-mlh
Version:
16 lines (15 loc) • 440 B
TypeScript
import * as React from 'react';
export declare const regular: () => JSX.Element;
declare const _default: {
title: string;
component: ({ children, color, className, fixed, ...rest }: {
children?: React.ReactNode;
className?: string | undefined;
color?: string | undefined;
fixed?: boolean | undefined;
}) => JSX.Element;
parameters: {
notes: string;
};
};
export default _default;