@aura-group/aura-design
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -0,1 +1,2 @@ | ||
import type { Component } from 'solid-js'; | ||
export interface Props { | ||
@@ -8,4 +9,4 @@ gap: string; | ||
} | ||
export declare const FlexBox: (props: Props) => import("solid-js").JSX.Element; | ||
export declare const FlexBox: Component<Props>; | ||
declare const _default: () => void; | ||
export default _default; |
@@ -0,1 +1,2 @@ | ||
import type { Component } from 'solid-js'; | ||
export interface Props { | ||
@@ -6,4 +7,4 @@ order?: number; | ||
} | ||
export declare const FlexItem: (props: Props) => import("solid-js").JSX.Element; | ||
export declare const FlexItem: Component<Props>; | ||
declare const _default: () => void; | ||
export default _default; |
@@ -0,1 +1,2 @@ | ||
import type { Component } from 'solid-js'; | ||
interface CardProps { | ||
@@ -6,4 +7,4 @@ title: string; | ||
} | ||
export declare const Card: (props: CardProps) => import("solid-js").JSX.Element; | ||
export declare const Card: Component<CardProps>; | ||
declare const _default: () => void; | ||
export default _default; |
@@ -0,1 +1,2 @@ | ||
import type { Component } from 'solid-js'; | ||
export interface Props { | ||
@@ -11,4 +12,4 @@ gap: string; | ||
} | ||
export declare const Grid: (props: Props) => import("solid-js").JSX.Element; | ||
export declare const Grid: Component<Props>; | ||
declare const _default: () => void; | ||
export default _default; |
@@ -1,3 +0,4 @@ | ||
export declare const Holy: () => import("solid-js").JSX.Element; | ||
import type { Component } from 'solid-js'; | ||
export declare const Holy: Component; | ||
declare const _default: () => void; | ||
export default _default; |
@@ -1,8 +0,4 @@ | ||
type Props = { | ||
width: string; | ||
count: string | number; | ||
gap: string; | ||
}; | ||
export declare const Masonry: (props: Props) => import("solid-js").JSX.Element; | ||
import type { Component } from 'solid-js'; | ||
export declare const Masonry: Component; | ||
declare const _default: () => void; | ||
export default _default; |
@@ -15,3 +15,2 @@ import Button from './Button'; | ||
import PlaceHolder from './PlaceHolder'; | ||
import Popover from './Popover'; | ||
import RadioButton from './RadioButton'; | ||
@@ -23,2 +22,2 @@ import RadioGroup from './RadioGroup'; | ||
import Typewriter from './Typewriter'; | ||
export { Button, Card, ChatBubble, CheckBox, DanceCount, DanceNumber, FlexBox, FlexItem, Icon, ImageCard, LayoutGrid, LayoutHoly, LayoutMasonry, PlaceHolder, Popover, RadioButton, RadioGroup, Select, Textarea, Textfield, Typewriter, }; | ||
export { Button, Card, ChatBubble, CheckBox, DanceCount, DanceNumber, FlexBox, FlexItem, Icon, ImageCard, LayoutGrid, LayoutHoly, LayoutMasonry, PlaceHolder, RadioButton, RadioGroup, Select, Textarea, Textfield, Typewriter, }; |
@@ -1,3 +0,4 @@ | ||
export declare const PlaceHolder: () => import("solid-js").JSX.Element; | ||
import type { Component } from 'solid-js'; | ||
export declare const PlaceHolder: Component; | ||
declare const _default: () => void; | ||
export default _default; |
{ | ||
"name": "@aura-group/aura-design", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/aura-design.umd.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
950579
5844
29