UNPKG

react-coming

Version:

React component rendering a simple page with a countdown timer.

6 lines (5 loc) 476 B
export declare const Container: import("styled-components").StyledComponent<"main", any, {}, never>; export declare const List: import("styled-components").StyledComponent<"ul", any, {}, never>; export declare const Item: import("styled-components").StyledComponent<"li", any, {}, never>; export declare const Value: import("styled-components").StyledComponent<"p", any, {}, never>; export declare const Name: import("styled-components").StyledComponent<"p", any, {}, never>;