UNPKG

baseui

Version:

A React Component library implementing the Base design language

6 lines (5 loc) 228 B
export { default as Drawer } from './drawer'; export { SIZE, SIZE_DIMENSION, ANCHOR, CLOSE_SOURCE } from './constants'; export * from './styled-components'; export * from './types'; export type { DrawerLocale } from './locale';