UNPKG

playtpus_ui

Version:
8 lines 254 B
/// <reference types="react" /> declare const Empty: ({ text, style, color }: { text?: string | undefined; style?: {} | undefined; color?: string | undefined; }) => JSX.Element; export default Empty; //# sourceMappingURL=index.d.ts.map