UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

10 lines (9 loc) 207 B
export interface IDividerProps { /** * The variant to use. * * @default "fullWidth" * @type "fullWidth" | "inset" | "middle" */ variant?: 'fullWidth' | 'inset' | 'middle'; }