10 lines
180 B
TypeScript
10 lines
180 B
TypeScript
import astalify from './astalify';
|
|
|
|
export default astalify;
|
|
|
|
export {
|
|
type AstalifyProps,
|
|
type BindableProps,
|
|
type ConstructProps,
|
|
childType,
|
|
} from './generics';
|