@atlrdsgn/kit
Version:
An ever–expanding library of React components, primitives, and tools
40 lines • 834 B
TypeScript
/**
*
* the following code is
* pulled from the Braid Design System..
*
* https://github.com/seek-oss/braid-design-system/blob/master/packages/braid-design-system/lib/css/reset/reset.css.ts
*/
export declare const base: string;
/**
*
*
* type of elements..
*/
export declare const element: {
article: string;
aside: string;
details: string;
figcaption: string;
figure: string;
footer: string;
header: string;
hgroup: string;
menu: string;
nav: string;
section: string;
ul: string;
ol: string;
blockquote: string;
q: string;
body: string;
a: string;
table: string;
mark: string;
select: string;
button: string;
textarea: string;
input: string;
};
export type KitElement = keyof typeof element;
//# sourceMappingURL=reset.css.d.ts.map