5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
export * from "./components/fs-phone-input";
|
|
export declare const FsExtendsInput: {
|
|
install(app: any): void;
|
|
};
|