UNPKG

@blockstack/ui

Version:

Blockstack UI components built using React and styled-components with styled-system.

9 lines (8 loc) 207 B
export declare type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>; declare global { namespace JSX { interface IntrinsicAttributes { css?: any; } } }