UNPKG

wix-style-react

Version:
12 lines (9 loc) 220 B
export const plain = `<SidebarDivider />`; export const fullWidth = `<SidebarDivider fullWidth />`; export const lightSkin = ` <Box height="36px"> <Sidebar skin="light"> <SidebarDivider /> </Sidebar> </Box> `;