UNPKG

febo-ui

Version:

Acelere seu Desenvolvimento com Nossa Biblioteca de Componentes para React, Febo UI

8 lines 258 B
/// <reference types="react" /> interface SeparatorProps { spacing: number; horizontal?: boolean; } declare function Separator({ spacing, horizontal }: SeparatorProps): JSX.Element; export default Separator; //# sourceMappingURL=index.d.ts.map