UNPKG

@react-pakistan/react-emoji-collection

Version:
9 lines (8 loc) 407 B
import { ITheme } from '@react-pakistan/util-functions'; import * as React from 'react'; import { ThemedStyledProps } from 'styled-components'; export declare const StyledApp: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledStory: ({ children }: { children: React.ReactNode; }) => JSX.Element; export type WithTheme<P = {}> = ThemedStyledProps<P, ITheme>;