Files

4 lines
188 B
TypeScript
Raw Permalink Normal View History

import useThemeProps from '../styles/useThemeProps';
export { default as styled } from '../styles/styled';
export declare function createUseThemeProps(name: string): typeof useThemeProps;