UNPKG

design-token-inspector

Version:

UI components built for inspecting design tokens in a live application

6 lines (5 loc) 238 B
export declare const TokenInspector: ({ onClose, tokenFile, hide, }: { onClose: () => void; tokenFile?: string; hide?: boolean; }) => import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>>;